home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / misc / four_utils.lha / File_descriptions.doc < prev    next >
Text File  |  1994-09-21  |  2KB  |  44 lines

  1. I wrote these because I needed them, and I put them on the net in case anyone
  2. else finds them useful.  These small routines belong in the public domain.
  3.  
  4.  
  5. Hardreset:
  6.  
  7. A simple hard reset routine.  Technically speking, the code is pure, so the
  8. p-bit is set; I can't see the great advantages of re-entrable hard reset code,
  9. though.
  10.  
  11.  
  12. MultivalsMMK:
  13.  
  14. Short in Norwegian for multi choice middle mouse button.  There are many
  15. programs which are made to allow using the MMB as shift for multi-choice in e.g.
  16. Workbench, the argument for using this one is that only requires 104 (one
  17. houndred and four) bytes of memory when installed.  Although it is not a
  18. commodity is is not a patch; the code is 100% system friendly.  Detaches from
  19. SHELL, run a second time to remove.  Yet another pure command.
  20.  
  21.  
  22. AssCapsLock:
  23.  
  24. Assign caps lock; when caps lock is pressed, the OS is told that CTRL + RAMIGA +
  25. LAMIGA is pressed instead.  It will not cause a reset, but it gives you the
  26. opportunity to define hot-keys (e.g.  I doubt any package will tell you to press
  27. RAMIGA + LAMIGA + O to open a document.  :) ) Uses 72 (seventy-two) bytes of
  28. memory when installed, pure code, 100% system friendly, detaches from SHELL, run
  29. a second time to remove.
  30.  
  31.  
  32. Userfilter:
  33.  
  34. If LALT is pressed when this program is run, a WARN will be returned.  Useful
  35. for script handling.  Pure, 100% system friendly.
  36.  
  37.  
  38. All programs are written in assembler.
  39.  
  40. This file is bigger than the executables of the four commands put together.
  41.  
  42. If you want to contact me, the author of these quickies, try mailing
  43. sk@nvg.unit.no.
  44.